-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🧹 Updates version of order-already gem #2334
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should have a lockfile update as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please commit the Gemfile.lock as well. Without it the gem version won't actually be changed.
Update: Sorry, disregard. I didn't notice Rob already reviewed and commented!! Holler if you need help.
Test Results 3 files ±0 3 suites ±0 18m 2s ⏱️ -31s Results for commit 947c483. ± Comparison against base commit dac6f86. This pull request removes 42 and adds 42 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
This commit updates the version of the order-already gem to 0.3.2. This version of the gem handles blank values preventing blank fields from being assigned `[""]` instead of `[]`. Ref: - scientist-softserv/adventist_knapsack#771
ee8c83a
to
947c483
Compare
Updates Hyku main to include the most recent version of the order_already gem. Ref: - samvera/hyku#2334 - #771
Ref:
This commit updates the version of the order-already gem to 0.3.2. This version of the gem handles blank values preventing blank fields from being assigned
[""]
instead of[]
.@samvera/hyku-code-reviewers